linux-system-roles / cockpit

https://linux-system-roles.github.io/cockpit/
GNU General Public License v3.0
15 stars 19 forks source link

ci: Fix implicit octal values #139

Closed HVSharma12 closed 9 months ago

HVSharma12 commented 9 months ago

Enhancement: Fix implicit octal values in main.yml

Reason: Forbidden implicit octal values "0644" were found on lines 50, 81, and additional occurrences.

Result: Updated to use explicit octal format for better readability and to adhere to linting standards.

Issue Tracker Tickets (Jira or BZ if any):na