cyberark / ansible-security-automation-collection

CyberArk Ansible Security Automation Collection
MIT License
60 stars 39 forks source link

files named *.jpg are PNGs #24

Open Russell-Jones-OxPhys opened 3 years ago

Russell-Jones-OxPhys commented 3 years ago

Summary

https://raw.githubusercontent.com/cyberark/ansible-security-automation-collection/master/docs/images/full-cyberark-logo.jpg and https://raw.githubusercontent.com/cyberark/ansible-security-automation-collection/master/docs/images/cyberark_logo.jpg are named as JPEG files, but are really PNGs.

Steps to Reproduce

Steps to reproduce the behavior:

  1. curl https://raw.githubusercontent.com/cyberark/ansible-security-automation-collection/master/docs/images/cyberark_logo.jpg | file -
  2. It's a PNG
  3. Same for the other one

Expected Results

They're named *.png or they're JPEG files.

Actual Results

/dev/stdin: PNG image data, 200 x 200, 8-bit/color RGB, non-interlaced

Version/Tag number

main branch as of posting